home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / TDE20E.ARJ / HELP.H < prev    next >
Text File  |  1992-06-05  |  3KB  |  56 lines

  1. /*
  2.  * New editor name:  tde, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  * This modification of Douglas Thomson's code is released into the
  7.  * public domain, Frank Davis.  You may distribute it freely.
  8.  *
  9.  * This info is displayed in the intro screen and the pop-up help screen
  10.  * when F1 is pressed.
  11.  */
  12.  
  13. char *credit_screen[] = {
  14. "┌────────────────────────────────────────────────────┐",
  15. "│                                                    │",
  16. "│            tde, the Thomson-Davis Editor           │",
  17. "│                    Version 2.0e                    │",
  18. "│                    June 5, 1992                    │",
  19. "│                                                    │",
  20. "│      This program is released into the public      │",
  21. "│   domain.  You may use and distribute it freely.   │",
  22. "│                                                    │",
  23. "└────────────────────────────────────────────────────┘",
  24. NULL
  25. };
  26.  
  27.  
  28. char *help_screen[] = {
  29. "───── Word Processing ───────┬ #-Shift   @-Alt   ^-Ctrl ┬──── File commands ────",
  30. "  ^F6  set left margin       ├───── Block commands ─────┤@F1 dir list           ",
  31. "  ^F7  set right margin      │ @B  mark box block       │ F2 save    #F2 save as",
  32. "  ^F8  set paragraph margin  │ @L  mark line block      │@F2 file attributes    ",
  33. "  ^B   format cursor forward │ @X  mark stream block    │ F3 quit               ",
  34. "  @F7  format paragraph      │ @U  unmark block         │ F4 file               ",
  35. "  @F8  left justify line     │ @M  move    @C  copy     │#F4 edit F   @F4 next F",
  36. "  @F9  right justify line    │ @K  kopy    @G  group del├─────── Toggles ───────",
  37. " @F10  center justify line   │ @F  fill    @O  overlay  │ ^F1  cursor sync      ",
  38. "───── Window Commands ───────┤ @S  sort    @N  number   │ ^F2  eol display      ",
  39. " F8 vertical     #F9 resize  │ @E  block expand tabs    │ ^F3  CRLF | LF at eol ",
  40. " F9 horizontal   ^F9 zoom    │ @T  trim trailing space  │ ^F4  trim trailing    ",
  41. "F10 next        #F10 previous│ @P  print file/block     │ ^F5  search\\sort case ",
  42. "   ^F10  next hidden window  │ @W  write block to file  │  @R  ruler            ",
  43. "─────── Misc commands ───────┤ @<  block to upper case  │  @V  word wrap        ",
  44. " @A  add L     ^2  Date stamp│ @>  block to lower case  │  @Z  ^Z at eof        ",
  45. " @J  join L    ^]  paren bal │ @?  block strip hi bit   │  @I  indent mode      ",
  46. " @=  dup L     @-  kill eol  │#@<  block rot13          │@tab  smart tabs       ",
  47. " @D  delete L     @1-@3  mark│#@>  block fix uue        ├───── Find/Replace ────",
  48. " ^_  split L    #@1-#@3  goto│#@?  block e-mail reply   │ #F5  find forward     ",
  49. "ESC  undo L      ^\\  redraw  ├───────── Macros ─────────┤ #F6  find backward    ",
  50. " ^U  undelete L  ^T  word del│  @F3  record on/off      │  F5  repeat forward   ",
  51. " Enter  Emacs L              │  #F1  save      #F3 load │  F6  repeat backward  ",
  52. "#Enter  next L       @Q  Quit│   ^P  pause              │ #F7  replace forward  ",
  53. "^Enter  beg next L   @H  Help│ ^ESC  clear macros       │ #F8  replace backward ",
  54. NULL
  55. };
  56.